systemd.network.networks.<name>.ipv6RoutePrefixes

A list of ipv6RoutePrefix sections to be added to the unit. See systemd.network(5) for details.

Type
list of attribute set of (systemd option)
Default
[ ]
Example
[
  {
    LifetimeSec = 3600;
    Route = "fd00::/64";
  }
]
Declared
<nixpkgs/nixos/modules/system/boot/networkd.nix>